.homeFeed{padding:40px 0}@media(min-width:1200px){.homeFeed{padding:100px 0}}.homeFeed_title{position:relative;width:-moz-fit-content;width:fit-content;overflow:hidden;color:#03113a;font-size:35px;font-weight:700;line-height:39px;text-align:center;margin:0 auto 20px}@media(min-width:1200px){.homeFeed_title{font-size:48px;line-height:59px;margin-bottom:40px}}.homeFeed_title span span{color:#f1493e}.homeFeed_images{display:flex;align-items:stretch;flex-wrap:wrap;justify-content:flex-start;margin-right:-10px;margin-left:-10px}.homeFeed_images>*{flex-basis:calc(100%/2 - 20px);margin:10px;flex-grow:0}@media(min-width:767px){.homeFeed_images{display:flex;align-items:stretch;flex-wrap:wrap;justify-content:flex-start;margin-right:-10px;margin-left:-10px}.homeFeed_images>*{flex-basis:calc(100%/3 - 20px);margin:10px;flex-grow:0}}@media(min-width:1200px){.homeFeed_images{display:flex;align-items:stretch;flex-wrap:wrap;justify-content:flex-start;margin-right:0;margin-left:0}.homeFeed_images>*{flex-basis:calc(100%/4 - 0px);margin:0;flex-grow:0}}.homeFeed_images div{overflow:hidden;animation:show_feed .3s forwards}.homeFeed_images div:hover img{transform:scale(1.1)}.homeFeed_images img{width:100%;height:100%;object-fit:cover;transition:.3s;display:block}.homeFeed_link{padding:8px 30px;background-color:#1e4596;color:#fff;display:flex;align-items:center;font-size:15px;font-weight:500;border-radius:7px;width:-moz-fit-content;width:fit-content;margin:8px auto 0;transition:.3s}@media(min-width:1200px){.homeFeed_link{margin-top:40px;font-size:18px}}.homeFeed_link:hover{transform:scale(1.2)}.homeFeed_link img{width:22px;margin-right:10px}@media(min-width:1200px){.homeFeed_link img{width:26px}}@keyframes show_feed{0%{opacity:0;transform:translateY(-10px)}to{opacity:1;transform:translateY(0)}}